/*
            /$$
    /$$    /$$$$
   | $$   |_  $$    /$$$$$$$
 /$$$$$$$$  | $$   /$$_____/
|__  $$__/  | $$  |  $$$$$$
   | $$     | $$   \____  $$
   |__/    /$$$$$$ /$$$$$$$/
          |______/|_______/
================================
        Keep calm and get rich.
                    Is the best.

---------------------------------------------
Theme Name: Ashley
Author: NICETHEME
Author URI: https://www.nicetheme.cn/
Description: ç¥žå¥‡çš„å¤§è‡ªç„¶ï¼Œè•´è—ä¸‡ç‰©ï¼Œèµ‹äºˆé¢œè‰²æ¸©åº¦ï¼Œç»™äºˆæˆ‘ä»¬è®¾è®¡çš„çµæ„Ÿï¼Œè¿™æ˜¯ä¸€æ¬¾æ¥è‡ªå¤§è‡ªç„¶çš„ä¸»é¢˜ï¼Œä¼˜é›…ä¸”å‹å–„ã€‚
Version: 1.0.0
*/

/*--------------------------------------------------------------
    reset style
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #ebf0f6;
}

body,
blockquote,
dd,
dl,
figure,
form,
p,
pre,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	word-wrap: break-word;
	color: #283149;
}

em,
i {
	font-style: normal
}

p {
	color: #404b69;
	font-size: 14px;
}

menu,
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.6
}

body,
input,
button,
select,
optgroup,
option,
textarea,
pre {
	font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', "Hiragino Sans GB", "Microsoft YaHei", Helvetica, Arial, "WenQuanYi Micro Hei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased
}

iframe {
	background-color: #FFFFFF;
	vertical-align: middle;
}

a {
	color: #283149;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #00818a;
}

img {
	max-width: 100%;
}

a img {
	border: 0 none;
}

fieldset {
	margin: 0;
	padding: 0;
}

button,
input.ie6 {
	overflow: visible;
	padding: 0;
	outline: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

input,
input:focus,
input[type="text"],
input[type="text"]:focus,
select,
textarea {
	-webkit-appearance: none;
	outline: none !important;
	box-shadow: none !important;
}

input[type=checkbox] {
	-webkit-appearance: checkbox !important;
}

input[type=radio] {
	-webkit-appearance: radio !important;
}

button,
button:focus {
	outline: none !important;
	box-shadow: none !important;
}

select,
textarea {
	height: 40px;
	border: 1px solid #eee;
	width: 100%;
	font-size: 15px;
	padding: 0 16px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea {
	height: auto;
	padding: 8px 16px;
	resize: none;
}

input:focus,
textarea:focus {
	border-color: #e0e0e0;
	background-color: #fff;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	opacity: .9;
}

table {
	border-spacing: 0;
}

td,
th,
caption {
	padding: 0;
}

blockquote {
	position: relative;
	padding: 0 0 0 80px;
	margin: 40px 0;
	border: 0;
}

blockquote p {
	line-height: 1.6;
	color: #404b69;
}

blockquote::before {
	content: "\201C";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 80px;
	height: 60px;
	font-size: 70px;
	line-height: 60px;
	color: #BFBFBF;
	font-family: sans-serif;
	text-align: center;
	z-index: 1;
}

blockquote cite,
blockquote small {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	opacity: 0.7;
}

blockquote cite::before {
	position: relative;
	bottom: 3px;
	display: inline-block;
	width: 20px;
	height: 1px;
	margin-right: 10px;
	background: #404b69;
	content: "";
}

@media (min-width:768px) and (max-width:991.98px) {
	blockquote {
		padding: 0 0 0 40px;
	}

	blockquote::before {
		width: 30px;
		height: 30px;
		font-size: 50px;
		line-height: 40px;
	}

	blockquote p {
		font-size: 14px !important;
		margin-bottom: 10px !important;
	}

}

@media (max-width:767px) {
	blockquote {
		padding: 0 0 0 40px;
	}

	blockquote::before {
		width: 30px;
		height: 30px;
		font-size: 50px;
		line-height: 40px;
	}

	blockquote p {
		font-size: 16px !important;
	}

}

hr {
	margin: 3rem 0;
}

.hr-short {
}

.hr-short::before {
	content: "";
	display: block;
	width: 110px;
	margin: 35px 0;
	height: 2px;
	background-color: #eee;
}

table {
	border-collapse: collapse;
	margin: 0 0 15px;
	word-break: normal;
}

th,
td {
	border: 1px solid #eee;
	padding: 8px 12px;
}

iframe,
embed {
	border: 0;
	display: block;
	overflow: hidden;
	width: 100%;
}

figure {
	margin: 0;
}

pre {
	overflow-y: auto;
	background-color: #fdfdfd;
	border: 1px solid #eee;
	border-radius: 0;
	padding: 15px;
	margin: 20px 0;
}

svg.svg-inline--fa:not(:root) {
	vertical-align: -.125em;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .5s ease;
}

/*--------------------------------------------------------------
    row row-md Size style
--------------------------------------------------------------*/
.row-md {
	margin-left: -1rem;
	margin-right: -1rem
}

.row-md [class*="col-"],
.row-md .col {
	padding-left: 1rem;
	padding-right: 1rem
}

.row-sm {
	margin-left: -0.5rem;
	margin-right: -0.5rem
}

.row-sm [class*="col-"],
.row-sm .col {
	padding-left: 0.5rem;
	padding-right: 0.5rem
}

.row-xs {
	margin-left: -0.25rem;
	margin-right: -0.25rem
}

.row-xs [class*="col-"],
.row-xs .col {
	padding-left: 0.25rem;
	padding-right: 0.25rem
}

@media (max-width:991.98px) {
	.padding {
		padding: 1.5rem
	}

	.row-md {
		margin-left: -.5rem;
		margin-right: -.5rem
	}

	.row-md [class*="col-"],
	.row-md .col {
		padding-left: .5rem;
		padding-right: .5rem
	}

	.row-md [class*="col-"].py-3,
	.row-md .col.py-3 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important;
	}

}

@media (max-width:767.98px) {
	.padding {
		padding: 1rem
	}

	.row-sm {
		margin-left: -0.25rem;
		margin-right: -0.25rem
	}

	.row-sm [class*="col-"],
	.row-sm .col {
		padding-left: 0.25rem;
		padding-right: 0.25rem
	}

}

/*--------------------------------------------------------------
    Size style
--------------------------------------------------------------*/
.w-8 {
	width: 8px !important;
	height: 8px !important
}

.w-12 {
	width: 12px !important;
	height: 12px !important
}

.w-16 {
	width: 16px !important;
	height: 16px !important
}

.w-20 {
	width: 20px !important;
	height: 20px !important;
	font-size: 0.6em
}

.w-24 {
	width: 24px !important;
	height: 24px !important;
	font-size: 0.7em
}

.w-28 {
	width: 28px !important;
	height: 28px !important;
	font-size: 0.8em
}

.w-32 {
	width: 32px !important;
	height: 32px !important;
	font-size: 0.85em
}

.w-36 {
	width: 36px !important;
	height: 36px !important;
	font-size: 0.875em
}

.w-40 {
	width: 40px !important;
	height: 40px !important
}

.w-48 {
	width: 48px !important;
	height: 48px !important
}

.w-56 {
	width: 56px !important;
	height: 56px !important
}

.w-64 {
	width: 64px !important;
	height: 64px !important
}

.w-72 {
	width: 72px !important;
	height: 72px !important
}

.w-80 {
	width: 80px
}

.w-96 {
	width: 96px
}

.w-128 {
	width: 128px
}

.w-xs {
	width: 90px
}

.w-auto {
	width: auto
}

.h-auto {
	height: auto
}

.hv {
	height: 100vh
}

.h-v {
	min-height: 100vh
}

.h-v-50 {
	min-height: 50vh
}

@media (max-width:1199.98px) {
	.w-auto-lg {
		width: auto !important
	}

	.w-100-lg {
		width: 100% !important
	}

}

@media (max-width:991.98px) {
	.w-auto-md {
		width: auto !important
	}

	.w-100-md {
		width: 100% !important
	}

}

@media (max-width:767.98px) {
	.w-auto-sm {
		width: auto !important
	}

	.w-100-sm {
		width: 100% !important
	}

}

@media (max-width:575.98px) {
	.w-auto-xs {
		width: auto !important
	}

	.w-100-xs {
		width: 100% !important
	}

}

@media screen and (min-width: 960px){ 
	.book {
		display:none;
	}
}

.overflow-y {
	overflow-x: hidden;
	overflow-y: auto;
}

/*--------------------------------------------------------------
    title Font Size style
--------------------------------------------------------------*/
h1,
.h1 {
	font-size: 2.5rem
}

h2,
.h2 {
	font-size: 2.25rem
}

h3,
.h3 {
	font-size: 2rem
}

h4,
.h4 {
	font-size: 1.5rem
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

@media (max-width:767.98px) {
	h1,
	.h1 {
		font-size: 2.25rem
	}

	h2,
	.h2 {
		font-size: 1.5rem
	}

	h3,
	.h3 {
		font-size: 1.5rem
	}

	h4,
	.h4 {
		font-size: 1rem
	}

	h5,
	.h5,
	h6,
	.h6 {
		font-size: .875rem
	}

}

@media (min-width:768px) and (max-width:991.98px) {
	h1,
	.h1 {
		font-size: 2.25rem
	}

	h2,
	.h2 {
		font-size: 2rem
	}

	h3,
	.h3 {
		font-size: 1.75rem
	}

	h4,
	.h4 {
		font-size: 1.5rem
	}

	h6,
	.h6 {
		font-size: .875rem
	}

}

@media (min-width:992px) and (max-width:1199.98px) {
	h1,
	.h1 {
		font-size: 2.25rem
	}

	h2,
	.h2 {
		font-size: 1.75rem
	}

	h3,
	.h3 {
		font-size: 1.5rem
	}

	h4,
	.h4 {
		font-size: 1.25rem
	}

	h5,
	.h5 {
		font-size: 1rem
	}

}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 85%
}

/*--------------------------------------------------------------
    title Font Size style
--------------------------------------------------------------*/
.text-xs {
	font-size: 0.75rem !important
}

.text-sm {
	font-size: 0.875rem !important
}

.text-md {
	font-size: 1rem !important
}

.text-lg {
	font-size: 1.25rem !important
}

.text-xl {
	font-size: 2rem !important
}

.text-64 {
	font-size: 4rem !important
}

@media (max-width:767.98px) {
	.text-xl {
		font-size: 1.5rem !important
	}

	.text-lg {
		font-size: 1rem !important
	}

	.text-md {
		font-size: .875rem !important
	}

}

@media (min-width:768px) and (max-width:991.98px) {
	.text-xl {
		font-size: 1.5rem !important
	}

	.text-lg {
		font-size: 1rem !important
	}

	.text-md {
		font-size: .875rem !important
	}

}

/*--------------------------------------------------------------
    title Font Size style
--------------------------------------------------------------*/
.lg-1 {
	line-height: 1 !important
}

.lg-1-2 {
	line-height: 1.2 !important
}

.lg-1-4 {
	line-height: 1.4 !important
}

.lg-1-6 {
	line-height: 1.6 !important
}

.lg-1-8 {
	line-height: 1.8 !important
}

.lg-2 {
	line-height: 2 !important
}

/*--------------------------------------------------------------
    title Font color style
--------------------------------------------------------------*/
.icon,
.iconfont {
	line-height: 1;
	display: inline-block;
	vertical-align: middle
}

.text-primary {
	color: #00818a !important
}

.text-secondary {
	color: #404b69 !important
}

.text-muted {
	color: #8a92a9 !important
}

.text-light {
	color: #e8e9ea !important
}

.text-danger {
	color: #f7094c !important
}

a.text-primary:hover {
	color: #d8343e !important
}

a.text-muted:hover {
	color: #00818a !important
}

/*--------------------------------------------------------------
    btn style
--------------------------------------------------------------*/
.btn {
	white-space: normal;
	padding: .375rem 1rem;
	border-radius: 0.166rem;
}

.btn.qq {
	color: #3d93e0
}

.btn.weibo {
	color: #e24040
}

.btn.weixin {
	color: #20b767
}

.btn-shadow {
	box-shadow: 0px 0px 45px -5px rgba(158, 158, 158, 0.22) !important
}

.btn-group-sm>.btn,
.btn-sm {
	font-size: .75rem;
	padding: .25rem .75rem
}

.btn-primary {
	background-color: #00818a;
	border-color: #00818a;
	box-shadow: 0px 5px 20px -3px rgba(0, 129, 138, 1.55) !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #283149;
	border-color: #283149;
	box-shadow: 0px 5px 20px -3px rgba(37, 44, 65, .33) !important;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,.show > .btn-primary.dropdown-toggle:focus {
	color: #fff;
	background-color: #283149;
	border-color: #283149;
	box-shadow: none
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #00818a;
	border-color: #00818a
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #00818a;
	border-color: #00818a;
}

.btn-secondary {
	background-color: #252c41;
	border-color: #252c41;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #283149;
	border-color: #283149;
	box-shadow: 0px 5px 20px -3px rgba(37, 44, 65, .33) !important;
}

.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-secondary.dropdown-toggle:focus {
	color: #fff;
	background-color: #283149;
	border-color: #283149;
	box-shadow: 0px 5px 20px -3px rgba(37, 44, 65, .33) !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #f4f5f9;
	background-color: #283149;
	border-color: #283149
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,.show > .btn-secondary.dropdown-toggle {
	color: #f4f5f9;
	background-color: #283149;
	border-color: #283149
}

.btn-light {
	color: #8a92a9;
	background-color: #f4f5f9;
	border-color: #f4f5f9
}

.btn-light:hover {
	color: #fff;
	background-color: #283149;
	border-color: #283149;
	box-shadow: 0px 5px 20px -3px rgba(37, 44, 65, .33);
}

.btn-light:focus,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,.show > .btn-light.dropdown-toggle:focus {
	color: #9d9fa9;
	background-color: #f4f5f9;
	border-color: #f4f5f9;
	box-shadow: none;
}

.btn-light.disabled,
.btn-light:disabled {
	color: #9d9fa9;
	background-color: #f1eff3;
	border-color: #f1eff3
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,.show > .btn-light.dropdown-toggle {
	color: #9d9fa9;
	background-color: #f4f5f9;
	border-color: #f4f5f9
}

.btn-outline-light {
	color: #252c41;
	background-color: #FFF;
	background-image: none;
	border-color: #f4f5f9
}

.btn-outline-light:hover {
	color: #283149;
	background-color: #FFF;
	border-color: #f4f5f9
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: #f4f5f9
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,.show > .btn-outline-light.dropdown-toggle {
	color: #9d9fa9;
	background-color: #fff;
	border-color: #f4f5f9
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-secondary {
	color: #252c41;
	background-color: #f2f5f9;
	background-image: none;
	border-color: #252c41
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #252c41;
	border-color: #252c41
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: none;
	color: #fff;
	background-color: #252c41;
	border-color: #252c41
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #252c41;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #dddfe6;
	border-color: #dddfe6
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: none
}

.btn-rounded {
	border-radius: 4rem;
	padding-left: 1rem;
	padding-right: 1rem
}
@media (max-width: 767.98px) {
	.btn-primary{
		box-shadow: 0px 2px 15px -3px rgba(0, 129, 138, 1.55) !important;
	}
	.btn-secondary:hover{
		box-shadow: 0px 2px 15px -3px rgba(37, 44, 65, .33) !important;
	}
}

/*--------------------------------------------------------------
    btn style
--------------------------------------------------------------*/
.btn-qq:hover {
	background-color: #3d93e0;
	border-color: #3d93e0
}

.btn-weibo:hover {
	background-color: #e24040;
	border-color: #e24040
}

.btn-weixin:hover {
	background-color: #20b767;
	border-color: #20b767
}

.btn-alipay {
	background-color: #0AE;
	border-color: #0AE
}

.btn-youku {
	background-color: #1f82fc;
	border-color: #1f82fc
}

.btn-toutiao {
	background-color: #ed4040;
	border-color: #ed4040
}

.btn-youtube {
	background-color: #ff0400;
	border-color: #ff0400
}

.btn-twitter {
	background-color: #1da1f2;
	border-color: #1da1f2
}

.btn-facebook {
	background-color: #365899;
	border-color: #365899
}

.btn-bilibili {
	background-color: #fb7299;
	border-color: #fb7299
}

.btn-ins {
	background-color: #ed4956;
	border-color: #ed4956
}

.btn-tumblr {
	background-color: #36465d;
	border-color: #36465d
}

/*--------------------------------------------------------------
    rounded style
--------------------------------------------------------------*/
.rounded {
	border-radius: 0.166rem;
}

.rounded,
.rounded-circle {
	overflow: hidden
}

/*--------------------------------------------------------------
    title Font Size style
--------------------------------------------------------------*/
.bg-primary {
	background-color: #008c95 !important
}

.bg-dark {
	background-color: #151b2b !important
}

.bg-secondary {
	background-color: #283149 !important
}

.bg-secondary a {
	color: #8a92a9;
}

.bg-secondary a:hover {
	color: #FFF;
}

.bg-light {
	background-color: #eef1f7 !important
}

.bg-white-overlay {
	color: #fff;
	background-color: rgba(39, 49, 73, .33);
}

.bg-nocolor {
	background-color: transparent !important;
}

.bg-dark-overlay {
	color: #fff;
	background-color: rgba(44, 56, 83, .22);
}

.bg-img {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bg-wrapper-80 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 80%;
	z-index: -1;
}

.bg-overlay {
	position: fixed;
	height: 100%;
	right: -99%;
	top: 0;
	left: -99%;
	opacity: 0;
	background: rgba(120, 129, 147, .22);
	visibility: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	z-index: 998;
}

/*--------------------------------------------------------------
    title Font Size style
--------------------------------------------------------------*/
.shadow {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(45, 55, 86, 0.2) !important;
	-ms-box-shadow: 0px 10px 30px 0px rgba(45, 55, 86, 0.2) !important;
	box-shadow: 0px 10px 30px 0px rgba(45, 55, 86, 0.2) !important;
}

.shadow-2x {
	-webkit-box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.1) !important;
	-ms-box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0px 10px 50px -15px rgba(0, 0, 0, 0.1) !important
}

.no-shadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

@media (max-width:767.98px) {
	.shadow {
		-webkit-box-shadow: 0px 10px 15px -2px rgba(45, 55, 86, 0.1) !important;
		-ms-box-shadow: 0px 10px 15px -2px rgba(45, 55, 86, 0.1) !important;
		box-shadow: 0px 10px 15px -2px rgba(45, 55, 86, 0.1) !important;
	}

	.shadow-2x {
		-webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.1) !important
		-ms-box-shadow:0px 5px 20px -10px rgba(0, 0, 0, 0.1) !important
		box-shadow:0px 5px 20px -10px rgba(0, 0, 0, 0.1) !important
	}

}

/*--------------------------------------------------------------
    badge style
--------------------------------------------------------------*/
.badge {
	border-radius: 0;
	font-weight: normal;
}

.badge-sm {
	padding: 0.25rem 0.35rem
}

.badge-md {
	padding: 0.25rem 0.325rem;
}

.badge-outline-primary {
	color: #00818a;
	border: #00818a solid 1px
}

.badge-light {
	color: #252c41;
	background-color: #f4f5f9
}

.badge-light[href]:hover,
.badge-light[href]:focus {
	color: #283149;
	text-decoration: none;
	background-color: #f4f5f9
}

/*--------------------------------------------------------------
    font-line
--------------------------------------------------------------*/
.nice-font-line {
	position: relative;
	box-shadow: inset 0 -4px 0 #00818a
}

.nice-m-line,
.nice-b-line {
	position: relative
}

.nice-m-line:before {
	content: '';
	left: 1px;
	right: 1px;
	height: 33%;
	background-color: #00818a;
	position: absolute;
	opacity: 0.33;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.nice-b-line:before {
	content: '';
	height: 22%;
	left: 1px;
	right: 1px;
	background-color: #00818a;
	position: absolute;
	opacity: 0.6;
	bottom: 0
}

.text-line-center {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/*--------------------------------------------------------------
    title Font Size style
--------------------------------------------------------------*/
.border,
.border-bottom,
.border-left,
.border-right,
.border-top {
	border-color: #d2e3e4 !important;
}
.border-light{
	border-color: #f5f6fa !important;
}
.border-dark {
	border-color: #233146 !important;
}

.border-secondary {
	border-color: #404b69 !important;
}

/*--------------------------------------------------------------
    form-control style
--------------------------------------------------------------*/
.form-control {
	color: #8a92a9;
	border-color: #f0f3f8;
	border-radius: 0.166rem;
	background-color: #f0f3f8;
}

.form-control:focus {
	color: #283149;
	border-color: #f0f3f8;
	background-color: #f0f3f8;
	box-shadow: none;
}

.form-control::-webkit-input-placeholder {
	color: #8a92a9;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #8a92a9;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #8a92a9;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #8a92a9;
	opacity: 1
}

.form-control::placeholder {
	color: #8a92a9;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #f0f3f8;
	opacity: 1;
	color: #8a92a9
}

/*--------------------------------------------------------------
    input style
--------------------------------------------------------------*/
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
	margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-text {
	border-radius: 0.166rem;
}

.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-prepend > .btn{
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	font-size: 1rem;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
	border-radius: 0.166rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
	border-radius: 0.166rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .input-group-append > .btn-light:hover{
	border-color: #f2f5f9;
	background-color:#f2f5f9;
	color:#32405d;
}
/*--------------------------------------------------------------
    avatar style
--------------------------------------------------------------*/
.avatar {
	position: relative;
	line-height: 1;
	border-radius: 500px;
	white-space: nowrap;
	font-weight: bold;
	border-radius: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 500px
}

.avatar img {
	border-radius: inherit;
	width: 100%
}

/*--------------------------------------------------------------
    media style
--------------------------------------------------------------*/
.media {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.media:after {
	content: '';
	display: block;
	padding-top: 100%
}

.media:not(:first-child):not(:last-child):not(:only-child) {
	border-radius: 0
}

.media-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .5rem .75rem;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.media-overlay.overlay-top {
	bottom: auto
}

.media-overlay.overlay-bottom {
	top: auto
}

.media-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	border-radius: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(120, 120, 120, 0.1);
}

.media-content img {
	width: 100%;
	height: auto;
	min-height: -webkit-fill-available;
	min-height: -moz-fill-available;
	min-height: -moz-available;
	min-height: fill-available;
	display: block
}

.media-36x17:after {
	padding-top: 47.222222%;
}

.media-21x9:after {
	padding-top: 42.857143%;
}

.media-16x9:after {
	padding-top: 56.25%
}

.media-4x3:after {
	padding-top: 75%
}

.media-2x3:after {
	padding-top: 150%
}

.media-3x2:after {
	padding-top: 66.66666%
}

.media-3x4:after {
	padding-top: 133.33333%
}

.media-1x2:after {
	padding-top: 200%
}

.media-2x1:after {
	padding-top: 50%
}

.media-3x1:after {
	padding-top: 33%
}

.media-4x1:after {
	padding-top: 25%
}

.media-1-4:after {
	padding-top: 25vh;
	min-height: 10rem
}

.media-1-3:after {
	padding-top: 33vh;
	min-height: 12.5rem
}

.media-1-2:after {
	padding-top: 50vh;
	min-height: 15rem
}

/*--------------------------------------------------------------
    card style
--------------------------------------------------------------*/
.card,
.block {
	margin-bottom: 1.5rem;
	border: 0;
	border-radius: 0;
}

.card-header,
.card-footer {
	background-color: transparent;
	border-color: transparent;
	background-clip: padding-box;
	border: 0;
	padding: 1.5rem 1.25rem;
}

.card-header:first-child {
	padding: 1.25rem 1rem 0;
	border-radius: 0;
}

.card-body p:last-child {
	margin-bottom: 0;
}

.card-hide-body .card-body {
	display: none;
}

.card-title {
	line-height: 1.5;
}

.block-fold:before,
.block-fold:after,
.card-fold:before,
.card-fold:after {
	content: '';
	display: block;
	background-color: inherit;
	box-shadow: inherit;
	border-radius: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: absolute;
	width: 90%;
	left: 5%;
	height: 0.35rem;
	bottom: -0.35rem;
	opacity: 0.6;
	transition: all .1s;
}

.block-fold:before,
.card-fold:before {
	width: 80%;
	left: 10%;
	bottom: -0.7rem;
	opacity: 0.3;
}

.block-fold:hover:before,
.block-fold:active:before,
.card-fold:hover:before,
.card-fold:active:before {
	opacity: 0.5;
}

.block-fold:hover:after,
.block-fold:active:after,
.card-fold:hover:after,
.card-fold:active:after {
	opacity: 0.8;
}

@media (max-width:767.98px) {
	.card,
	.block {
		margin-bottom: 1rem;
	}

}

/*--------------------------------------------------------------
    list style
--------------------------------------------------------------*/
.list {
	padding-left: 0;
	padding-right: 0
}

.list-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word
}

.list-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.list-footer {
	margin-top: .75rem
}

.list-title {
	display: block;
	color: inherit
}

.list-grouped .list-item {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
    list grid style
--------------------------------------------------------------*/
.list-grid .list-item {
	-ms-flex-direction: row;
	flex-direction: row;
}

.list-grid .list-item .media:first-child {
}

.list-grid .list-item .media:last-child {
}

.list-grid.list-grid-padding {
	padding: .5rem 1rem;
}

.list-grid.list-grid-padding .list-item {
	padding: .5rem 0;
	margin-bottom: 0;
}

.list-grid.list-grid-padding .list-item .media {
	border-radius: inherit !important;
	margin-right: 0;
}

.list-grid.list-grid-padding .list-content:last-child {
	padding: 0 0 0 1rem;
}

/*--------------------------------------------------------------
    list padding style
--------------------------------------------------------------*/
.list-grid-padding.list-bordered {
	padding: 0 1rem;
}

.list-grid-padding.list-bordered .list-item {
	border-top: 1px solid rgba(135, 150, 165, 0.075);
	margin-top: -1px;
	margin-bottom: 0;
	padding: 1rem 0;
}

.list-grid-padding.list-bordered .list-item:first-child {
	border-top: none
}

/*--------------------------------------------------------------
   list overlay style
--------------------------------------------------------------*/
.list-overlay .media:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	background-color: rgba(39, 49, 73, 0.19);
	z-index: 1;
}

.list-overlay .list-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: inherit;
}

.list-overlay .list-content {
	padding: 1rem;
	z-index: 1;
}

.list-overlay .list-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.list-overlay .list-body .list-title {
	margin-top: auto;
}

.list-hover-overlay .media {
	display: none;
}

.list-overlay {
	color: #fff;
	margin-bottom: 0;
}

.list-overlay a:hover,
.list-overlay a:active,
.list-overlay .list-title {
	color: #fff;
}

.list-overlay .text-muted:not(i) {
	color: rgba(255, 255, 255, 0.5) !important;
}

/*--------------------------------------------------------------
   list overlay style
--------------------------------------------------------------*/
.list-nice-overlay {
	margin-bottom: 0;
}

.list-nice-overlay .list-content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.list-nice-overlay .list-content {
	padding: 1rem;
	z-index: 1;
}

.list-nice-overlay .list-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: none;
	flex: none;
}

.list-nice-overlay .list-title {
	margin-bottom: .5rem;
	color: #FFF;
}

.list-nice-overlay .text-muted:not(i) {
	color: #eaecf3 !important;
}

@media (max-width:767.98px) {
	.list-nice-overlay .list-content {
		padding: .5rem;
		z-index: 1;
	}

}

/*--------------------------------------------------------------
    custom style
--------------------------------------------------------------*/
.custom-hover {
	position: relative;
	overflow: hidden;
}

.custom-hover img,
.custom-hover-img {
	max-width: 100%;
	-webkit-transition: all 444ms ease-in-out;
	-moz-transition: all 444ms ease-in-out;
	transition: all 444ms ease-in-out
}

.custom-hover:hover img,
.custom-hover:hover .custom-hover-img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.custom-hover .custom-hover-icon {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	opacity: 0;
	transform: translateY(-50%);
	visibility: visible;
	z-index: 9;
	transition: .3s
}

.custom-hover .custom-hover-icon span {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.68)
}

.custom-hover:hover .custom-hover-icon {
	opacity: 1
}

/*--------------------------------------------------------------
    overlay style
--------------------------------------------------------------*/
.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.66);
	position: absolute;
	opacity: .33;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out
}

.overlay-hover:hover .overlay,
a:hover .overlay {
	opacity: .22
}

/*--------------------------------------------------------------
    line-clamp style
--------------------------------------------------------------*/
.h-1x {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.h-2x {
	word-break:break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.h-3x {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.h-4x {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.h5.h-2x {
	max-height: 66px;
}

.h6.h-2x {
	max-height: 46px;
}

/*--------------------------------------------------------------
    data-null style
--------------------------------------------------------------*/
.data-null {
	text-align: center
}

.data-null h1 {
	font-size: 8rem;
	padding: 0
}

.data-null p i {
	position: relative;
	display: inline-block;
	width: 200px;
	height: 300px;
	background-image: url(images/404.html);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.tips-nothing {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}
/*--------------------------------------------------------------
   headere style
--------------------------------------------------------------*/
.page,
.single{
	background-color: #ebf0f6;
}
.page-template-page-list .list-header{
	margin-top: 1.5rem !important;
	margin-bottom: 1rem !important;
}
.page-template-page-list .list-header:first-child{
	margin-top: 0 !important;
}
@media (min-width:1200px) {
	.site-aside {
		max-width: 268px;
	}
	.single-format-image .container{
		max-width: 850px;
	}
	.page-template-page-list .container{
		max-width: 960px;
	}
}
@media (min-width:992px) {
	.page .container,
	.single-format-standard .container{
		max-width: 850px;
	}
	.page-template-page-list .container{
		max-width: 1140px;
	}
}

@media (max-width:575.98px) {
	.single-format-image .post-cover{
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    height: auto;
	    position: relative;
	}
	.single-format-image .post-cover .bg-img{
		height: 200px;
	}
}
/*--------------------------------------------------------------
   headere style
--------------------------------------------------------------*/
.header .logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (min-width:992px) {
	.header .navbar-collapse {
		display: block
	}

}

@media (max-width:991.98px) {
	.header.hv {
		height: auto;
	}

	.header .navbar-brand img {
		width: 88%;
		height: auto;
	}

}

@media (max-width:767.98px) {
	.header .navbar-brand img {
		width: 66%;
		height: auto;
	}

}
/*--------------------------------------------------------------
    main-menu style
--------------------------------------------------------------*/
.main-menu li {
	position: relative;
	display: block;
	margin: .5rem 0;
}

.main-menu li a,
.main-menu li a:not([href]):not([tabindex]) {
	position: relative;
	display: block;
	color: #7a8b9a;
	font-size: .875rem;
}

.main-menu li:last-child a {
	margin: 0
}

.main-menu li.current-menu-item >a,
.main-menu li:hover > a {
	color: #fff
}

@media (max-width:991.98px) {
	.main-menu li {
		margin: .5rem 0
	}

	.main-menu li a {
		margin: 0
	}

	.main-menu li.current-menu-item a {
		color: #00818a
	}

	.main-menu li.current-menu-item a:before {
		display: none
	}

}

/*--------------------------------------------------------------
    sub-menu style
--------------------------------------------------------------*/
.main-menu li.menu-item-has-children>.menu-icon {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 22px;
	color: #00818a;
	text-align: right;
	line-height: 1.2;
	z-index: 1;
}

.main-menu .sub-menu {
	display: none;
	position: relative;
}

.main-menu .sub-menu li {
	margin: .5rem 0 0;
}

.main-menu .sub-menu li a {
	font-size: 1rem;
	display: block;
	letter-spacing: 1px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	font-size: 0.875rem;
	margin: 0;
	padding: .5rem 0 0 1rem;
}

.main-menu .sub-menu li:last-child a {
	margin: 0.25rem 0;
}

.main-menu .sub-menu li.current-menu-item {
	position: relative;
}

.main-menu .sub-menu li.current-menu-item a,
.main-menu .sub-menu > li .sub-memu > li:hover > a,
.main-menu .sub-menu > li:hover > a,
.main-menu > li > ul > li > ul >li:hover > a,
.main-menu > li > ul > li:hover > a,
.main-menu > li:hover > a {
	color: #00818a;
}

/*--------------------------------------------------------------
    post list
--------------------------------------------------------------*/
.post-list.list-grid .list-item {
	background-color: transparent;
}

.post-list.list-grid .list-content {
	background-color: #fff;
}

/*--------------------------------------------------------------
    pushes style02
--------------------------------------------------------------*/
.list-pushes-style02 .list-item {
	margin-bottom: 0;
}

.list-pushes-style02 .list-item.block .list-content {
	padding: .75rem;
}

.list-pushes-style02 .card-body {

	/* margin-top: -5rem; */
}

/*--------------------------------------------------------------
content-style
--------------------------------------------------------------*/
.content-style.content p {
	margin-bottom: 0.1rem;
	font-size: 1rem;
	line-height: 1.8;
}

.content-style.content img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
	margin-bottom: 3px;
	margin-top: 3px;
}

.content-style.content h1 {
	font-size: 1.875rem;
}

.content-style.content h2 {
	font-size: 1.625rem;
}

.content-style.content h3 {
	font-size: 1.375rem;
}

.content-style.content h4 {
	font-size: 1.125rem;
}

.content-style.content h5 {
	font-size: 1rem;
}

.content-style.content h6 {
	font-size: .875rem;
}

.content-style.content h1,
.content-style.content h2,
.content-style.content h3,
.content-style.content h4,
.content-style.content h5,
.content-style.content h6 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.content-style.content h2.quote {
	font-size: 1.25rem;
	color: #2d3757;
	padding-bottom: 15px;
	border-bottom: solid 1px #f0f4f7;
}

.content-style.content ul {
	list-style: disc;
}

.content-style.content ol {
	list-style: decimal;
}

.content-style.content ul,
.content-style.content ol {
	margin: 0 0 20px 45px;
	font-size: .875rem;
}

.content-style.content ul li,
.content-style.content ol li {
	margin: 15px 0;
}

/*--------------------------------------------------------------
    gallery caption style
--------------------------------------------------------------*/
.wp-caption,
.gallery-caption {
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.wp-caption .wp-caption-text {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	font-size: .875rem;
	color: #999;
}

/*--------------------------------------------------------------
    gallery caption style
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 20px !important;
	margin-left: -2px !important;
	margin-right: -2px !important;
}

.gallery .gallery-item {
	margin-top: 0 !important
}

.gallery .gallery-item img {
	margin-bottom: 0;
	border: 0 !important;
	padding: 2px;
}

/*--------------------------------------------------------------
    top thumbnail style
--------------------------------------------------------------*/
.post-thumbnail img {
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
    post like style
--------------------------------------------------------------*/
.post-like.current {
	background: #e45d6a;
	border-color: #e45d6a;
	box-shadow: 0px 5px 20px -3px rgba(228, 93, 106, 0.55) !important;
}

/*--------------------------------------------------------------
    tags style
--------------------------------------------------------------*/
.post-tags a {
	background-color: #f7f8fa;
	padding: .25rem .5rem;
	font-size: .75rem;
	margin: 0 .5rem .5rem 0;
	border-radius: .15rem;
	display: inline-block
}

/*--------------------------------------------------------------
    comment style
--------------------------------------------------------------*/
.comment-list .comment-respond {
	position: relative;
	padding: 1rem 0 0
}

.comment {
	position: relative
}

.comment .children {
	padding-left: 66px;
	margin-bottom: 22px
}

.comment .children .children {
	padding-left: 0;
	padding-bottom: 0
}

.comment .children .comment {
	border-bottom: 0;
	margin-bottom: 0;
	padding: 0
}

.comment .children .comment-text {
	padding-top: 0
}

.comment .children .load-more-comment {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1
}

.comment .children .load-more-comment button {
	background: #FFF;
	border: 1px solid #f4f5f9;
	border-radius: 20px;
	font-size: .75rem;
	line-height: 1;
	padding: 7px 18px
}

.comment-body {
	position: relative
}

.parent .comment-body {
	padding-bottom: 35px
}

.comment-avatar-author .avatar {
	border-radius: 50%;
	border: 1px solid #eaeaea
}

.children .comment-avatar-author .avatar {
	width: 36px;
	height: 36px;
	-ms-flex-negative: 0;
	flex-shrink: 0 !important
}

.comment-author {
	position: relative
}

.comment-author span {
	display: inline-block;
	font-size: .75rem;
	margin-left: 5px
}

@media only screen and (max-width:767px) {
	.comment-text {
		padding-top: 0
	}

	.comment-body {
	}

	.comment .children {
		padding-left: 11px
	}

	.comment .children .load-more-comment {
		bottom: 10px
	}

	.comment-avatar-author .avatar {
		width: 40px;
		height: 40px
	}

	.children .comment-avatar-author .avatar {
		width: 30px;
		height: 30px
	}

}

.scroll_hidden {
	overflow: hidden;
	height: 100vh
}

/*--------------------------------------------------------------
    footer style
--------------------------------------------------------------*/
.footer,
.footer a {
	color: #e8e9ea
}

.footer a:hover {
	color: #fff
}

/*--------------------------------------------------------------
    widget style
--------------------------------------------------------------*/
.widget {
	margin-bottom: 1.5rem;
}

.widget-title {
	color: #008c95;
	font-size: 1rem;
	padding: 1.25rem 0;
	position: relative;
}

.widget-title span {
	position: relative;
}

.widget-title:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	width: 26px;
	height: 3px;
	background-color: #008c95;
}

/*--------------------------------------------------------------
    search style
--------------------------------------------------------------*/
.search-input {
	position: relative
}

.search-input input {
	font-size: .875rem;
	font-style: normal;
	display: block;
	position: relative;
}

.search-input .form-group {
	position: relative;
	margin: 0
}

.search-input .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	line-height: 1
}

.search-input .btn,
.search-input .btn:focus {
	color: #151515 !important;
	font-size: 1rem;
	background-color: transparent !important;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer
}

/*--------------------------------------------------------------
    widget_recent_entries  style
--------------------------------------------------------------*/
.widget_recent_entries ul {
	padding-left: 1rem
}

.widget_recent_entries ul li {
	margin-bottom: .5rem;
	list-style-type: circle
}

.widget_recent_entries ul li a {
	display: block;
	font-size: .875rem
}

.widget_recent_entries ul li span {
	color: #8a92a9;
	font-size: .75rem
}

/*--------------------------------------------------------------
    widget_categories style
--------------------------------------------------------------*/
.widget_categories li,.widget_meta li {
	font-size: .75rem;
	color: #8a92a9;
	letter-spacing: .12em;
	text-align: left;
	padding-top: .5rem;
	text-transform: uppercase;
}

.widget_categories li a ,.widget_meta li a{
	font-size: .875rem
}

.widget_categories li:first-child ,.widget_meta li:first-child {
	border: none;
	padding-top: 0
}

/*--------------------------------------------------------------
    tagcloud style
--------------------------------------------------------------*/
.tagcloud a {
	position: relative;
	font-size: .875rem !important;
	letter-spacing: 1px;
	line-height: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 .75rem 0.5rem 0;
}

.tagcloud > a {
	position: relative;
}

.tags a:before,
.tagcloud > a:before {
	content: '#';
	font-size: .875rem;
	display: inline-block;
	color: #8a92a9;
	margin-right: 5px;
}

/*--------------------------------------------------------------
    searchform style
--------------------------------------------------------------*/
.searchform {
	position: relative
}

.searchform  label {
	display: none
}

.searchform input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	border: 0;
	border-radius: 0;
	padding: 0 20px;
	color: #FFF;
	background-color: #00818a;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.searchform input[type="submit"]:hover {
	background-color: #00818a
}

.searchform input[type="text"] {
	padding: 10px;
	font-size: .75rem;
	width: 100%;
	background-color: #fff;
	border-color: #fff;
}

/*--------------------------------------------------------------
    widget_media_image style
--------------------------------------------------------------*/
.widget_media_image img {
	max-width: 100%;
	height: auto
}

/*--------------------------------------------------------------
    widget_recent_comments style
--------------------------------------------------------------*/
.widget_recent_comments ul {
	padding-left: 20px
}

.widget_recent_comments ul li {
	font-size: 13px;
	margin-bottom: 15px;
	list-style-type: circle
}

.widget_recent_comments ul li span {
	text-transform: uppercase;
	margin-right: 5px;
	color: #00818a;
	font-weight: bold
}

/*--------------------------------------------------------------
    widget_recent_comments style
--------------------------------------------------------------*/
.widget_nav_menu ul li {
	font-size: .75rem;
	letter-spacing: .12em;
	text-align: left;
	padding-top: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-top: 1px solid #f1eff3
}

.widget_nav_menu ul li:first-child {
	border: none;
	padding-top: 0
}

/*--------------------------------------------------------------
    widget_calendar style
--------------------------------------------------------------*/
.widget_calendar table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%
}

.widget_calendar caption {
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	padding: 10px 0
}

.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
	text-align: center;
	font-size: .75rem
}

.widget_calendar tbody td a {
	position: relative
}

.widget_calendar tbody td a::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #00818a;
	border-radius: 10px;
	bottom: -6px;
	left: 50%;
	margin-left: -3px
}

.widget_calendar td#today {
	font-weight: bold
}

.widget_calendar tfoot {
	border: 1px solid #f1eff3;
	border-top: 0
}

.widget_calendar tfoot td {
	border: 0
}

/*--------------------------------------------------------------
    widget_rss style
--------------------------------------------------------------*/
.widget_rss .widget-title .rsswidget:first-child {
	float: right
}

.widget_rss ul li {
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 12px;
	border-top: 1px solid #f1eff3
}

.widget_rss ul li:first-child {
	border: none;
	padding-top: 0
}

.widget_rss ul li .rsswidget {
	font-size: .75rem;
	display: block
}

.widget_rss ul li .rss-date {
	font-size: .75rem;
	color: #8a92a9
}

.widget_rss ul li .rssSummary {
	font-size: .75rem;
	margin-top: 5px;
	color: #6c757d
}

.widget_rss ul li cite {
	font-size: .75rem;
	font-style: normal;
	color: #8a92a9
}

/*--------------------------------------------------------------
    widget_archive style
--------------------------------------------------------------*/
.widget_archive ul li {
	font-size: .75rem;
	letter-spacing: .12em;
	color: #8a92a9;
	text-align: left;
	padding-top: 12px;
	text-transform: uppercase;
	margin-bottom: .5rem;
	border-top: 1px solid #f1eff3;
}

.widget_archive ul li a {
	font-size: .875rem;
}

.widget_archive ul li:first-child {
	border: none;
	padding-top: 0
}

.widget_archive .screen-reader-text {
	display: none
}

.widget_archive select {
	width: 100%;
	font-size: .75rem;
	border: 1px solid #f1eff3;
	border-radius: 0;
	height: 35px
}

/*--------------------------------------------------------------
    pagination
--------------------------------------------------------------*/
.pagination {
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}

.nav-links {
	margin:0 auto;
	padding-bottom:0px;
	position: relative;
	display: flex;
	width: 100%
}

.nav-links>span,
.nav-links>a {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: .5rem .875rem;
	margin: 0 .5rem 0 0;
	font-size: 0.75rem;
}

.nav-links>.prev:hover,
.nav-links>.next:hover,
.nav-links>.current {
	z-index: 2;
	color: #fff !important;
	background-color: #00818a;
	box-shadow: 0px 5px 20px -3px rgba(152, 204, 211, .6);
}

.nav-links .prev,
.nav-links .next {
	position: absolute;
	padding: .5rem .65rem;
	margin: 0
}

.nav-links .prev {
	right: 45px
}

.nav-links .next {
	margin: 0;
	right: 0
}

@media (max-width:575.98px) {
	.nav-links>span,
	.nav-links>a {
		padding: .35rem .8rem;
		margin: 0 .25rem 0 0;
		font-size: 0.75rem;
	}

	.nav-links .prev,
	.nav-links .next {
		position: absolute;
		padding: .35rem .68rem;
		margin: 0
	}

	.nav-links .prev {
		right: 40px
	}

}

/*--------------------------------------------------------------
    dialog
--------------------------------------------------------------*/
#nice-back-to-top {
	position: fixed;
	width: 48px;
	height: 48px;
	right: 25px;
	bottom: 25px;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
}

#nice-back-to-top.active {
	opacity: 1;
	visibility: visible;
}

#nice-back-to-top .icon-stack {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 1rem;
	text-align: center;
	color: #fff;
	background-color: #252c41;
	overflow: hidden;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
	border-radius: 0.2rem;
}

#nice-back-to-top .icon-stack:hover {
	background-color: #00818a;
}

#nice-back-to-top .icon-stack i {
	position: absolute;
	top: 9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: .15s ease 50ms;
	-moz-transition: .15s ease 50ms;
	transition: .15s ease 50ms;
}

#nice-back-to-top .icon-stack .back-to-top-text {
	display: inline-block;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	-webkit-transition: -webkit-transform .35s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: -moz-transform .35s cubic-bezier(.165, .84, .44, 1);
	transition: transform .35s cubic-bezier(.165, .84, .44, 1);
}

#nice-back-to-top .icon-stack:hover i {
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-10px);
	-moz-transform: translateX(-50%) translateY(-10px);
	transform: translateX(-50%) translateY(-10px);
	-webkit-transition: all .45s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all .45s cubic-bezier(.165, .84, .44, 1);
	transition: all .45s cubic-bezier(.165, .84, .44, 1)
}

#nice-back-to-top .icon-stack:hover .back-to-top-text {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
	-moz-transition: -moz-transform .25s cubic-bezier(.165, .84, .44, 1) 50ms;
	transition: transform .25s cubic-bezier(.165, .84, .44, 1) 50ms
}

/*--------------------------------------------------------------
    dialog
--------------------------------------------------------------*/
.nice-tips,
.nice-tips-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.nice-tips {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none
}

.nice-tips-overlay {
	position: absolute;
	z-index: 1;
	background: rgba(120, 129, 147, .22);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden
}
.nice-tips-open{
	z-index: 99999;
}
.nice-tips-open .nice-tips-overlay {
	opacity: 1;
	pointer-events: auto
}

.nice-tips-content {
	background: #fff;
	padding: 1.5rem 3rem;
	position: relative;
	z-index: 5;
	opacity: 0;
	border-radius: .166rem;
	border: 1px solid #f4f5f9;
	box-shadow: 0 0px 50px 10px rgba(131, 140, 157, 0.22);
}

.nice-tips-open .nice-tips-content {
	pointer-events: auto
}

/*--------------------------------------------------------------
    tips
--------------------------------------------------------------*/
.nice-tips-overlay {
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.nice-tips.nice-tips-open .nice-tips-content,
.nice-tips.nice-tips-close .nice-tips-content {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.nice-tips.nice-tips-open .nice-tips-content {
	-webkit-animation-name: tips-open;
	animation-name: tips-open
}

.nice-tips.nice-tips-close .nice-tips-content {
	-webkit-animation-name: tips-close;
	animation-name: tips-close
}

.mini-tips-content {
	max-width: none;
	min-width: auto;
	width: auto;
	padding: 1.25rem;
}

.btn-close-tips {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	z-index: 44;
	cursor: pointer;
	transform: translateY(130%);
}

.btn-close-tips .iconfont {
	font-size: 1.5rem;
	color: #fff
}

.btn-close-tips .iconfont:before {
	position: relative;
	z-index: 2
}
@-webkit-keyframes tips-open {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0)
	}

}

@keyframes tips-open {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

@-webkit-keyframes tips-close {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0)
	}

}

@keyframes tips-close {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0)
	}

}

/*--------------------------------------------------------------
    Other style
--------------------------------------------------------------*/
.tooltip-like.current {
	color: #e45d6a;
}

/*--------------------------------------------------------------
    top search style
--------------------------------------------------------------*/

.site-search-popup {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #283149;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transform: translateY(10px);
	transition: all .3s;
}

.site-search-popup.show-popup {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.site-search-body {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	right: 0;
	top: 50%;
	webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 400ms cubic-bezier(.17, .67, .39, 1.09);
	-moz-transition: all 400ms cubic-bezier(.17, .67, .39, 1.09);
	-o-transition: all 400ms cubic-bezier(.17, .67, .39, 1.09);
	transition: all 400ms cubic-bezier(.17, .67, .39, 1.09); /* easeOutSine */
}

.search-popup-close {
	padding: 1rem 0;
	text-align: right;
	color: #bbbbbb;
}

.popup-close-btn {
	display: inline-block;
	cursor: pointer;
	line-height: 1;
}
.popup-close-btn i{
	display: block;
}
.popup-close-btn:hover i {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#movies1,#movies2,#movies3,#movies4,#movies5{display: none;}
@media (max-width: 768px){
  #movies1,#movies2,#movies3,#movies4,#movies5{	
	   display: block !important; 
   }
  #movies1 a,#movies2 a,#movies3 a,#movies4 a,#movies5 a{ pointer-events:none;cursor:default;}
  #movies2 img,#movies3 img,#movies4 img,#movies5 img{ height:125px;}
  #movies1 img{ height:125px;}
  
   
}

